From 1836000c49eb149a6495322c4cbb1474d5d48204 Mon Sep 17 00:00:00 2001 From: zccrs Date: Mon, 15 Jan 2018 16:49:47 +0800 Subject: [PATCH] fix: set its value only if VERSION is empty Change-Id: I5428ca6ce4f885c1dcb50b7f6787935f1e02012e --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index a2366d2..c2bf5e3 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1 +1 @@ -VERSION=2.0.6 +isEmpty(VERSION):VERSION=2.0.6 -- 2.30.2